home *** CD-ROM | disk | FTP | other *** search
- Path: news.Stanford.EDU!usenet
- From: danryoku@leland.Stanford.EDU (Scott Wang)
- Newsgroups: comp.lang.c++
- Subject: Compiling old "C" code with Borland C++ 3.1 HELP
- Date: 25 Jan 1996 17:32:49 GMT
- Organization: Stanford University
- Message-ID: <4e8es1$ge0@nntp.Stanford.EDU>
- NNTP-Posting-Host: fore.stanford.edu
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
-
- I'm trying to compile a C program on Borland C++ 3.1 but I'm
- having a little trouble. I have custom interfaces that I want to
- #include but when I try to run it it gets a linking error:
-
- Compiling TIMESORT.C:
- Compiling SORT.C:
- Linking SORT.EXE:
- Linker Warning: No module definition file specified: using defaults
- Linker Error: Undefined symbol _RandomInteger in module TIMESORT.C
- Linker Error: Undefined symbol _GetBlock in module TIMESORT.C
- Linker Error: Undefined symbol _GetInteger in module TIMESORT.C
-
- I put my *.h files in the borland "include" directory but it still
- doesn't work. Does anyone have any ideas? Please e-mail me your
- suggestions. Thanks
-
- danryoku@leland.Stanford.EDU
-
-